home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_31 / PlaceObject2_114_9 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-13  |  192 b   |  13 lines

  1. onClipEvent(load){
  2.    function reset()
  3.    {
  4.       _X = random(400) + 25;
  5.       _Y = 20;
  6.       xspeed = 1;
  7.       yspeed = 1;
  8.       Start = false;
  9.    }
  10.    bonusno = 1;
  11.    reset();
  12. }
  13.